SlaveDiagnostics.Flags property

Provides additional topology information about the slave.

Bit Description
0 The slave is connected to the secondary master adapter for redundancy purposes(0 = no redundancy adapter is connected to the slave; 1 = redundancy adapter is connected to port 1; 2 = redundancy adapter is connected to port 2; 3 = redundancy adapter is connected to port 3).
1
2 The first slave of a hot connect group, which is used for identification (bit. 3 should also be set).
3 The slave belongs to a hot connect group.
4 Reserved.
5 Reserved.
6 Reserved.
7 Reserved.
Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public byte Flags { get; }
Public ReadOnly Property Flags As Byte

Property value

Type: byte

See also

SlaveDiagnostics Class

IntervalZero.KINGSTAR.Base.Api Namespace